home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / datacomm / 827 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  817 b 

  1. Path: detroit.freenet.org!ag775
  2. From: ag775@detroit.freenet.org (Bill Beogelein)
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Terminus Script Help
  5. Date: 6 Feb 1996 17:59:12 GMT
  6. Organization: Greater Detroit Free-Net, Detroit, MI
  7. Message-ID: <4f84tg$drq@detroit.freenet.org>
  8. Reply-To: ag775@detroit.freenet.org (Bill Beogelein)
  9. NNTP-Posting-Host: detroit.freenet.org
  10.  
  11. What am I doing wrong here?
  12. I have 2 Terminus scripts and I want #1 to call #2.
  13.  
  14. 1> site$ = "foo"
  15. 1> PRINT LOCAL site$
  16. 1> chain "ram:2"
  17.  
  18. 2> PRINT LOCAL site$
  19. 2> END
  20.  
  21. It just locks up my A3000 when script #2 is called.
  22.  
  23. Is there a better way to 'chain' 1 script to another and keep variables
  24. intact?  (According to the docs, the CHAIN cmd should NOT be clearing
  25. any of my variables, but that is what it appears to be doing anyway.)
  26.  
  27. Thanks.
  28.  
  29. -- 
  30.